home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pine / imap_archive / text0102.txt < prev    next >
Encoding:
Text File  |  1993-07-02  |  482 b   |  16 lines

  1. Bill -
  2.  
  3.      Why does ximap bother to have a message number map at all?  If you keep a
  4. pointer to the elt instead (being sure to lock it!) that's all you need.  The
  5. elt will always have the correct message number for that message, or 0 if it
  6. has been expunged (in which case the elt becomes a zombie elt).
  7.  
  8.      I agree with your comment that this is not computationally expensive, not
  9. even on a Mac PowerBook-100 or a PC/XT.  I/O time is most of the real-time
  10. wait.
  11.  
  12. -- Mark --
  13.  
  14.  
  15.  
  16.